home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00286_frame-by-frame in resources.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  133 b   |  9 lines

  1. on exitFrame
  2.   global gVoiceHandler
  3.   if gVoiceHandler = EMPTY then
  4.     hPollLinked()
  5.   else
  6.     hRequestSpeechStatus()
  7.   end if
  8. end
  9.